home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / CSS Mobile Profile 1.0.ini < prev    next >
INI File  |  2007-06-03  |  7KB  |  369 lines

  1. [%info]
  2. CSS Mobile Profile 1.0
  3. Reference: http://www.w3.org/TR/css-mobile
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. text=Text
  10. visual=Visual
  11.  
  12. [%properties]
  13. background
  14. background-attachment
  15. background-color
  16. background-image
  17. background-position
  18. background-repeat
  19. border
  20. border-bottom
  21. border-bottom-color
  22. border-bottom-style
  23. border-bottom-width
  24. border-color
  25. border-left
  26. border-left-color
  27. border-left-style
  28. border-left-width
  29. border-right
  30. border-right-color
  31. border-right-style
  32. border-right-width
  33. border-style
  34. border-top
  35. border-top-color
  36. border-top-style
  37. border-top-width
  38. border-width
  39. clear
  40. color
  41. display
  42. float
  43. font
  44. font-family
  45. font-size
  46. font-style
  47. font-variant
  48. font-weight
  49. height
  50. list-style
  51. list-style-image
  52. list-style-position
  53. list-style-type
  54. margin
  55. margin-bottom
  56. margin-left
  57. margin-right
  58. margin-top
  59. padding
  60. padding-bottom
  61. padding-left
  62. padding-right
  63. padding-top
  64. text-align
  65. text-decoration
  66. text-indent
  67. text-transform
  68. vertical-align
  69. visibility
  70. white-space
  71. width
  72.  
  73. [%units]
  74. <length>=px|em|ex|pt|in|pc|mm|cm
  75.  
  76. [%types]
  77. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  78. <border-width>=<length>|thin|medium|thick
  79. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  80. <relative-size>=larger|smaller
  81. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  82.  
  83.  
  84. [background]
  85. group=colors
  86. value=<mixed>
  87. sub1=background-color,<color>|transparent
  88. sub2=background-image,<imageurl>|none
  89. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  90. sub4=background-attachment,scroll
  91. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  92.  
  93. [background-attachment]
  94. group=colors
  95. value=scroll
  96.  
  97. [background-color]
  98. group=colors
  99. value=<color>|transparent
  100.  
  101. [background-image]
  102. group=colors
  103. value=<url>|none
  104.  
  105. [background-position]
  106. group=colors
  107. value=<percentage>|<length>|top|center|bottom|left|right
  108.  
  109. [background-repeat]
  110. group=colors
  111. value=repeat|repeat-x|repeat-y|no-repeat
  112.  
  113. [border]
  114. group=borders
  115. value=<mixed>
  116. sub1=width,<border-width>
  117. sub2=style,<border-style>
  118. sub3=color,<color>
  119.  
  120. [border-bottom]
  121. group=borders
  122. value=<mixed>
  123. sub1=width,<border-width>
  124. sub2=style,<border-style>
  125. sub3=color,<color>
  126.  
  127. [border-bottom-color]
  128. group=borders
  129. value=<color>
  130.  
  131. [border-bottom-style]
  132. group=borders
  133. value=<border-style>
  134.  
  135. [border-bottom-width]
  136. group=borders
  137. value=<border-width>
  138.  
  139. [border-color]
  140. group=borders
  141. value=<mixed>|<color>
  142. sub1=border-top-color,<color>
  143. sub2=border-right-color,<color>
  144. sub3=border-bottom-color,<color>
  145. sub4=border-left-color,<color>
  146.  
  147. [border-left]
  148. group=borders
  149. value=<mixed>
  150. sub1=width,<border-width>
  151. sub2=style,<border-style>
  152. sub3=color,<color>
  153.  
  154. [border-left-color]
  155. group=borders
  156. value=<color>
  157.  
  158. [border-left-style]
  159. group=borders
  160. value=<border-style>
  161.  
  162. [border-left-width]
  163. group=borders
  164. value=<border-width>
  165.  
  166. [border-right]
  167. group=borders
  168. value=<mixed>
  169. sub1=width,<border-width>
  170. sub2=style,<border-style>
  171. sub3=color,<color>
  172.  
  173. [border-right-color]
  174. group=borders
  175. value=<color>
  176.  
  177. [border-right-style]
  178. group=borders
  179. value=<border-style>
  180.  
  181. [border-right-width]
  182. group=borders
  183. value=<border-width>
  184.  
  185. [border-style]
  186. group=borders
  187. value=<mixed>|<border-style>
  188. sub1=border-top-style,<border-style>
  189. sub2=border-right-style,<border-style>
  190. sub3=border-bottom-style,<border-style>
  191. sub4=border-left-style,<border-style>
  192.  
  193. [border-top]
  194. group=borders
  195. value=<mixed>
  196. sub1=width,<border-width>
  197. sub2=style,<border-style>
  198. sub3=color,<color>
  199.  
  200. [border-top-color]
  201. group=borders
  202. value=<color>
  203.  
  204. [border-top-style]
  205. group=borders
  206. value=<border-style>
  207.  
  208. [border-top-width]
  209. group=borders
  210. value=<border-width>
  211.  
  212. [border-width]
  213. group=borders
  214. value=<mixed>|<border-width>
  215. sub1=border-top-width,<border-width>
  216. sub2=border-right-width,<border-width>
  217. sub3=border-bottom-width,<border-width>
  218. sub4=border-left-width,<border-width>
  219.  
  220. [clear]
  221. group=borders
  222. value=none|left|right|both
  223.  
  224. [color]
  225. group=colors
  226. value=<color>
  227.  
  228. [display]
  229. group=visual
  230. value=inline|block|list-item|none
  231.  
  232. [float]
  233. group=borders
  234. value=left|right|none
  235.  
  236. [font]
  237. group=fonts
  238. value=<mixed>
  239. sub1=font-style,normal|italic|oblique
  240. sub2=font-variant,normal|small-caps
  241. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  242. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  243. sub5=line-height,normal|<percentage>|<length>|<number>
  244. sub6=font-family,<font>
  245. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  246.  
  247. [font-family]
  248. group=fonts
  249. value=<font>
  250.  
  251. [font-size]
  252. group=fonts
  253. value=<length>|<percentage>|<relative-size>|<absolute-size>
  254.  
  255. [font-style]
  256. group=fonts
  257. value=normal|italic|oblique
  258.  
  259. [font-variant]
  260. group=fonts
  261. value=normal|small-caps
  262.  
  263. [font-weight]
  264. group=fonts
  265. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  266.  
  267. [height]
  268. group=visual
  269. value=<percentage>|<length>|auto
  270.  
  271. [list-style]
  272. group=visual
  273. value=<mixed>
  274. sub1=list-style-type,disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  275. sub2=list-style-position,inside|outside
  276. sub3=list-style-image,<url>|none
  277.  
  278. [list-style-image]
  279. group=visual
  280. value=<url>|none
  281.  
  282. [list-style-position]
  283. group=visual
  284. value=inside|outside
  285.  
  286. [list-style-type]
  287. group=visual
  288. value=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  289.  
  290. [margin]
  291. group=borders
  292. value=<mixed>|<percentage>|<length>|auto
  293. sub1=margin-top,<percentage>|<length>|auto
  294. sub2=margin-right,<percentage>|<length>|auto
  295. sub3=margin-bottom,<percentage>|<length>|auto
  296. sub4=margin-left,<percentage>|<length>|auto
  297.  
  298. [margin-bottom]
  299. group=borders
  300. value=<percentage>|<length>|auto
  301.  
  302. [margin-left]
  303. group=borders
  304. value=<percentage>|<length>|auto
  305.  
  306. [margin-right]
  307. group=borders
  308. value=<percentage>|<length>|auto
  309.  
  310. [margin-top]
  311. group=borders
  312. value=<percentage>|<length>|auto
  313.  
  314. [padding]
  315. group=borders
  316. value=<mixed>|<percentage>|<length>
  317. sub1=padding-top,<percentage>|<length>
  318. sub2=padding-right,<percentage>|<length>
  319. sub3=padding-bottom,<percentage>|<length>
  320. sub4=padding-left,<percentage>|<length>
  321.  
  322. [padding-bottom]
  323. group=borders
  324. value=<percentage>|<length>
  325.  
  326. [padding-left]
  327. group=borders
  328. value=<percentage>|<length>
  329.  
  330. [padding-right]
  331. group=borders
  332. value=<percentage>|<length>
  333.  
  334. [padding-top]
  335. group=borders
  336. value=<percentage>|<length>
  337.  
  338. [text-align]
  339. group=text
  340. value=left|right|center|justify
  341.  
  342. [text-decoration]
  343. group=text
  344. value=none|underline
  345.  
  346. [text-indent]
  347. group=text
  348. value=<length>
  349.  
  350. [text-transform]
  351. group=text
  352. value=capitalize|uppercase|lowercase|none
  353.  
  354. [vertical-align]
  355. group=visual
  356. value=baseline|sub|super
  357.  
  358. [visibility]
  359. group=visual
  360. value=visible|hidden|collapse
  361.  
  362. [white-space]
  363. group=visual
  364. value=normal|pre|nowrap
  365.  
  366. [width]
  367. group=visual
  368. value=<percentage>|<length>|auto
  369.